ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ChartAxis<T> Class / LabelPadding Property

In This Topic
    LabelPadding Property
    In This Topic
    Gets or sets the label padding.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(2)>
    Public Property LabelPadding As Integer
    [DefaultValue(2)]
    public int LabelPadding {get; set;}
    See Also